home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-04-29 | 1.1 KB | 46 lines | [TEXT/MPS ] |
- #
- # Makefile for TWindowTester and TWindows
- #
- # TWindowTester is a simple program to demonstrate the usage of
- # tool windows by using routines from TWindows, a complete
- # manager for handling these windows that always float on top,
- # ususally used for palettes and tools.
- #
- # Written in MPW C 2.0
- #
- # Copyright Thomas Fruin 1988
- # All rights reserved.
- #
- # fruin@hlerul5.BITNET University of Leiden
- # thomas@uvabick.UUCP University of Amsterdam
- # dibs@well.UUCP
- # hol0066.AppleLink
- # 2:508/15.FidoNet The Netherlands
- #
-
-
- Libs = "{CLibraries}"CInterface.o ∂
- "{CLibraries}"CRuntime.o ∂
- "{CLibraries}"glueenvirons.a.o ∂
- "{CLibraries}"StdCLib.o
-
- TWindowTester ƒƒ TWindowTester.c.o TWindows.c.o
- Link TWindowTester.c.o ∂
- TWindows.c.o ∂
- {Libs} ∂
- -o TWindowTester ∂
- -t 'APPL' ∂
- -c 'TWIN'
-
- TWindowTester ƒƒ TWindowTester.r
- rez -o TWindowTester ∂
- Types.r ∂
- TWindowTester.r ∂
- -a
-
- TWindowTester.c.o ƒ TWindowTester.c TWindows.h
- C TWindowTester.c
-
- TWindows.c.o ƒ TWindows.c
- C TWindows.c -d __ALLNU__
-